GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-02T06:46:40.4465616+00:00",
"SubmitDate": "2026-04-02T06:46:40.4465616+00:00",
"ReportPeriodStart": "2026-04-02T06:46:40.4465616+00:00",
"ReportPeriodEnd": "2026-04-02T06:46:40.4465616+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5db5cd6d-0062-4977-a495-426d19d6683a",
"Rows": [
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5db5cd6d-0062-4977-a495-426d19d6683a",
"Rows": [
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dd274fce-d555-4d72-a33b-719090f30c77",
"77c5c511-d19c-44e0-ba53-2b1b39cf9821"
],
"Approvers": [
"07a77744-756d-47e1-9c4c-0e9ea7b52160",
"804ed8fb-0e37-4aac-a291-549186213376"
],
"ApprovedBy": "c80c7c2d-b372-401a-acf2-1db4b81b6345",
"ApprovalDate": "2026-04-02T06:46:40.4465616+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fa2d653e-71ea-4b33-9e59-2abf4b5dab63",
"id": "60157785-ac5a-41e8-902c-dc657ff3ce74",
"ConfigId": "769f5e41-e7a1-47a0-b05a-d10119256558"
},
{
"GenerationDate": "2026-04-02T06:46:40.4465616+00:00",
"SubmitDate": "2026-04-02T06:46:40.4465616+00:00",
"ReportPeriodStart": "2026-04-02T06:46:40.4465616+00:00",
"ReportPeriodEnd": "2026-04-02T06:46:40.4465616+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5db5cd6d-0062-4977-a495-426d19d6683a",
"Rows": [
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5db5cd6d-0062-4977-a495-426d19d6683a",
"Rows": [
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a41b5b79-17eb-4b17-8a98-127ef348bb4e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dd274fce-d555-4d72-a33b-719090f30c77",
"77c5c511-d19c-44e0-ba53-2b1b39cf9821"
],
"Approvers": [
"07a77744-756d-47e1-9c4c-0e9ea7b52160",
"804ed8fb-0e37-4aac-a291-549186213376"
],
"ApprovedBy": "c80c7c2d-b372-401a-acf2-1db4b81b6345",
"ApprovalDate": "2026-04-02T06:46:40.4465616+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fa2d653e-71ea-4b33-9e59-2abf4b5dab63",
"id": "60157785-ac5a-41e8-902c-dc657ff3ce74",
"ConfigId": "769f5e41-e7a1-47a0-b05a-d10119256558"
}
]